home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / optimus / agata / home.dir / 00294_rec end.ls < prev    next >
Encoding:
Text File  |  1997-02-20  |  408 b   |  17 lines

  1. global x1, x2, y1, y2, c1, c2, s1, s2, x3, y3, c3, s3
  2.  
  3. on exitFrame
  4.   append(x1, the locH of sprite s1)
  5.   append(y1, the locV of sprite s1)
  6.   append(c1, the castNum of sprite s1)
  7.   append(x2, the locH of sprite s2)
  8.   append(y2, the locV of sprite s2)
  9.   append(c2, the castNum of sprite s2)
  10.   put "x1 =" && x1
  11.   put "y1 =" && y1
  12.   put "c1 =" && c1
  13.   put "x2 =" && x2
  14.   put "y2 =" && y2
  15.   put "c2 =" && c2
  16. end
  17.